Student.cName

Undocumented in source. Be warned that the author may not have intended to support it.
  1. string cName [@property getter]
    class Student
    @property const nothrow pure @safe @nogc
    @PrimaryKeyColumn
    @NotNull
    string
    cName
    ()
  2. immutable(char)[] cName [@property setter]

Meta